cPanel Config

Loan Manager

levitraCialisZappos

Welcome to cPanelConfig the fastest growing cPanel configuration and troubleshooting guide on the internet. Please take the time and register. We would love to have your contribution to this completely free cPanel resource. We are updating this daily so be sure to visit us on a regular basis.

How to determine the connection speed

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

Posted by yolau


I’ve been asked this several times so I hope this little article will help many people.
The question is: how do I determine the connection speed negotiated with the switch?
Many ask this because they want to be sure that they are getting what they pay for.
Please note that this is will NOT determine your server max speed but rather it will tell you the connection speed negotiated with the switch.

Simply run as root:

mii-tool

This will output something like:

eth0: negotiated 100baseTx-FD, link ok

Share this:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • De.lirio.us
  • Furl
  • MyShare
  • Smarking
  • Technorati
  • YahooMyWeb

If you enjoyed this post, make sure you subscribe to my RSS feed!

5 Responses to “How to determine the connection speed”

  1. What about when you on a VPS? Any way to get that information?

  2. If you can run this (assuming your public interface is eth1) that will tell you the speed too

    cat /etc/sysconfig/network-scripts/ifcfg-eth1

  3. none of these worked for me. “mii-tool” gave command not found. Are there any other commands that can be run?

  4. Howdy,

    The mii-tool is outdated and has been replaced by ethtool tool. You need to run something like ethtool eth0 to get the display.

    Thanks,
    Adam

  5. Hi gary!

    you must run “mii-tool” as root

Leave a Reply